home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gufw / gufw.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2009-11-02  |  627b  |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import view.guiGufw as view
  5. from instance import Instance
  6. from instance import Check
  7. from controller import Controller
  8. if __name__ == '__main__':
  9.     check = Check()
  10.     if check.is_root():
  11.         appInstance = Instance()
  12.         controler = Controller()
  13.         firewall = controler.get_firewall()
  14.         variable = controler.get_variable()
  15.         app = view.guiGufw.Guigufw(variable, firewall)
  16.         appInstance.exitApplication()
  17.     
  18.  
  19.